Welcome![Sign In][Sign Up]
Location:
Search - opengl win32

Search list

[OpenGL programtutors-win32

Description: 关于opengl的一个tutors,希望对大家有用
Platform: | Size: 1308228 | Author: dd | Hits:

[Multimedia programOGLWiz_src

Description: OpenGL Win32 AppWizard
Platform: | Size: 33861 | Author: os | Hits:

[OpenGL programopenrm-devel-1.5.2-3.tar

Description: 2D/3D Scene Graph rendering engine for Linux/Unix/Win32 layered atop OpenGL. Supports stereoscopy, volume rendering, 2D/3D texture mapping, picking, LOD and view-dependent operations, cross-platform text, constant-rate rendering and image-based data.
Platform: | Size: 633856 | Author: 约非 | Hits:

[OpenGL programJvav三维动画演示系统

Description: 首先安装JRE,再安装java3d包(Java 3D包的文件名为java3d-1_3_1-windows-i586-opengl-sdk.exe,可以到百度,GOOGLE和北大天网上去搜索这个文件,就会有下载的)。默认情况下java3d包会安装在你的$\JBuilder9\jdk1.4\目录下。会在$\JBuilder9\jdk1.4\jre\lib\ext\下添加几个jar文件,会在$\JBuilder9\jdk1.4\demo\目录下添加一个java3d目录,里面是例子。如果安装没有问题,打开目录 $\JBuilder9\jdk1.4\demo\java3d\HelloUniverse\下的网页HelloUniverse.html应该可以正常显示。-first install the JRE, install java3d Pack (Java 3D package of documents called java3d- 1_3_1-windows-i586- opengl- sdk.exe can go to Baidu, Google and Beijing University days of the Internet to search the file, then you will have to download). Default under java3d package will be installed in your $ \ JBuilder9 \ jdk1.4 \ directory. The $ \ JBuilder9 \ jdk1.4 \ jre \ lib \ ext \ Add several jar document, the $ \ JBuilder9 \ jdk1.4 \ demo \ directory add a java3d directory, there's example. If you have no problem, open directory $ \ JBuilder9 \ jdk1.4 \ demo \ java3d \ HelloUniverse \ HelloUniverse.html the website should be able to display normal.
Platform: | Size: 560128 | Author: 温厚 | Hits:

[OpenGL programopengel_LOD

Description: 在vc环境的win32平台开发的LOD模型,建立了一个支持opengl的开发平台,可以按时间对三维物体进行增减-vc environment in the win32 platform in the LOD model, the opengl support a development platform, in accordance with a time of three-dimensional objects change
Platform: | Size: 46080 | Author: 孟庆洋 | Hits:

[OpenGL programtutors-win32

Description: Nate Robins经典的opengl例程,红宝书上推荐!!可以允许初学者通过对参数的修改来加深对opengl作为API的理解和认识。-Nate Robins opengl classic routines, on the recommendation of Red Treasure Book! ! Beginners can allow the parameters of the amendment to deepen as the opengl API understanding and awareness.
Platform: | Size: 1307648 | Author: 牛哥 | Hits:

[OpenGL programWIN32_GL

Description: 一个win32平台下的opengl编程实例,讲的是车轮滚动-a win32 platform under the opengl programming examples, spoke of the wheel rolling
Platform: | Size: 1234944 | Author: 微微 | Hits:

[OpenGL programexam1_flag

Description: 首先使用 Visual C++ MFC OpenGL AppWizard创建一个OpenGL应用程序框架,NeHe的实例都是基于Win32的,本实例在MFC下实现了相同的效果。-the first to use OpenGL MFC Visual C+5.0 create an OpenGL application framework, binding for the Java language examples are based on Win32, in the case of MFC achieve the same effect.
Platform: | Size: 86016 | Author: xjq | Hits:

[OpenGL programGouraudcube

Description: 一个基于win32 控制台的Opengl程序,实现了一个渐变色立方体三维显示,并且可以使用键盘控制。-a console based on win32 Opengl procedures, the gradual realization of a three-dimensional color cube, and can use the keyboard to control.
Platform: | Size: 31744 | Author: ml | Hits:

[OpenGL programglut

Description: 在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有了一定的了解后,不妨看看源代码,我把一切可能的注释都写进了源代码里,希望对你有帮助。 为了使用这个框架,你必须熟记以下四个函数,我们用它来完成OpenGL的逻辑: * bool Initialize() * 执行所有的初始化工作,如果成功函数返回true * * void Deinitialize() * 执行所有的卸载工作 * * void Update(DWORD milliseconds) * 执行所有的更新操作,传入的参数为两次操作经过的时间,以毫秒为单位 * * void Draw() * 执行所有的绘制操作 我们从Initialize()函数说起-in the home page will provide a total of four different styles of OpenGL procedural framework, respectively glut, Win32, Win32 object-oriented, Nehe together with the use of the Directory kind. Few believe that the readers would first have tolerance, Nehe of a reading tutorial and compile successful, because it has a lot of inside data structure and function, I also spent a full 12 hours before its translation and typesetting good. Well, do not waste the reader's time. In this framework to four object-oriented framework written in Win32 Finally, and most functional whole, We simply have on its use, you can use it to study the function of OpenGL. When you OpenGL structures of a certain understanding, and may wish to look at the source code, I put all of the Notes may have been written i
Platform: | Size: 287744 | Author: zw | Hits:

[OpenGL programWIN32_OpenGL

Description: 一个win32下的OpenGl程序,它实现了画一些简单的图形。-under a win32 OpenGl procedures, it achieved a painting some simple graphics.
Platform: | Size: 11264 | Author: hubin | Hits:

[OpenGL programmouse_events

Description: Source code example of processing mouse events in an OpenGL program using the Win32 API. -Source code example of processing mouse ev ents in an OpenGL program using the Win32 API.
Platform: | Size: 4096 | Author: | Hits:

[OpenGL programopengl_book

Description:
Platform: | Size: 529408 | Author: 马宗顺 | Hits:

[OpenGL programOpenGLWin32App

Description:
Platform: | Size: 1224704 | Author: zhiminn_wang | Hits:

[OpenGL program20053Dtexture

Description: 上课的opengl的例子,用vc6和2005都可以,win32开发-Opengl class examples, using vc6 and 2005 can be, win32 development
Platform: | Size: 2875392 | Author: 吴维印 | Hits:

[OpenGL programpubu

Description: 该程序是在WIN32环境下,纯C语言编写的,主要是模拟瀑布!环境很逼真!-The program is in the WIN32 environment, pure C language, mainly simulated waterfall! Environment is very realistic!
Platform: | Size: 1669120 | Author: 李帅 | Hits:

[OpenGL programMd2

Description: 使用 OpenGL 编写的 一个机器人模型。3D程序。 本程序在 LCC-Win32 4.2下编译通过-OpenGL prepared to use a robot model. 3D procedures. This procedure in the LCC-Win32 4.2 compiler under the adopted
Platform: | Size: 224256 | Author: 龚辟愚 | Hits:

[OpenGL programsdlu_ogl_gpu_zfail_sample1

Description: opengl sample for linux win32
Platform: | Size: 185344 | Author: 王一一 | Hits:

[OpenGL programsmoothscroll-1.1-win32-bin

Description: 一段windows下调用OpenGL实现高效的图像滚动的小程序。是OpenGL入门的好教材-Windows under a section called OpenGL to achieve efficient image rolling applet. Is a good material for OpenGL entry
Platform: | Size: 124928 | Author: easier | Hits:

[OpenGL programtutors-win32

Description: 关于opengl的一个tutors,希望对大家有用-Opengl on a tutors, we hope to be useful
Platform: | Size: 1307648 | Author: dd | Hits:
« 1 2 34 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net